Telegram Group & Telegram Channel
اندازه گیری سطح مایعات با آردینو

🔰 Arduino Liquid Level Sensor Circuit


const int sensorPin= 0;

int liquid_level;

void setup() {

Serial.begin(9600);

pinMode(sensorPin, INPUT);
}

void loop() {

liquid_level= analogRead(sensorPin);

Serial.println(liquid_level);

delay(100);
}

🔰 @micropython_iot



tg-me.com/micropython_iot/167
Create:
Last Update:

اندازه گیری سطح مایعات با آردینو

🔰 Arduino Liquid Level Sensor Circuit


const int sensorPin= 0;

int liquid_level;

void setup() {

Serial.begin(9600);

pinMode(sensorPin, INPUT);
}

void loop() {

liquid_level= analogRead(sensorPin);

Serial.println(liquid_level);

delay(100);
}

🔰 @micropython_iot

BY Micropython & IOT




Share with your friend now:
tg-me.com/micropython_iot/167

View MORE
Open in Telegram


Micropython & IOT Telegram | DID YOU KNOW?

Date: |

In many cases, the content resembled that of the marketplaces found on the dark web, a group of hidden websites that are popular among hackers and accessed using specific anonymising software.“We have recently been witnessing a 100 per cent-plus rise in Telegram usage by cybercriminals,” said Tal Samra, cyber threat analyst at Cyberint.The rise in nefarious activity comes as users flocked to the encrypted chat app earlier this year after changes to the privacy policy of Facebook-owned rival WhatsApp prompted many to seek out alternatives.

Micropython & IOT from de


Telegram Micropython & IOT
FROM USA